home *** CD-ROM | disk | FTP | other *** search
/ Shareware Extravaganza - Disc 4 / Shareware Extravaganza - Over 25,000 Programs (The Ultimate Shareware Company)(Disc 4 of 4)(1993).iso / cad / pspice3.zip / DNOM.LIB < prev    next >
Text File  |  1986-09-04  |  1KB  |  33 lines

  1. * Sample library of diode model parameters
  2. *
  3. * This is a reduced version of MicroSim's diode model library.
  4. *   You are welcome to make as many copies of it as you find convenient.
  5. *
  6. * Release date: 86/01/04
  7. *
  8. * The parameters in this model library were derived from the data
  9. * sheets for each part.  The methods used were as follows:
  10. *    IS        nominal leakage current
  11. *    RS        for zener diodes: nominal small-signal impedance
  12. *            at specified operating current
  13. *    IB        for zener diodes: set to nominal leakage current
  14. *    IBV        for zener diodes: at specified operating current
  15. *            IBV is adjusted to give the rated zener voltage
  16. *
  17. *
  18. *** Zener Diodes ***
  19. *
  20. * "A" suffix zeners have the same parameters (e.g., 1N750A has the same
  21. * parameters as 1N750)
  22. *
  23. .MODEL    D1N752        D (IS=0.5UA RS=6 BV=5.20 IBV=0.5UA)
  24. .MODEL    D1N754        D (IS=0.05UA RS=3 BV=6.41 IBV=0.05UA)
  25. .MODEL    D1N759        D (IS=0.05UA RS=15 BV=11.37 IBV=0.05UA)
  26. *
  27. *** 1N916 ***
  28. *
  29. .MODEL    D1N914        D (IS=100E-15 RS=16 CJO=2PF TT=12NS BV=100 IBV=100E-15)
  30. .MODEL    D1N916        D (IS=100E-15 RS=8 CJO=1PF TT=12NS BV=100 IBV=100E-15)
  31. *
  32. * End of library file
  33.